a11y: Fix warnings when removing widgets that don't have accessibles
authorBenjamin Otte <otte@redhat.com>
Sat, 9 Jul 2011 19:20:39 +0000 (21:20 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 9 Jul 2011 19:24:09 +0000 (21:24 +0200)
commit05eb4113d9c7fc4c008fa4e9357eeea7184662f4
tree30f074a77b5cfdcb86f5e5acc17562f592c22b78
parent06b1362999a248d18379fe91ea9c6b6544bc550d
a11y: Fix warnings when removing widgets that don't have accessibles

The remove handler would not check that removed widgets do indeed have
an accessible associated with them and would happily run all the removal
code with a NULL object. Not good.
gtk/a11y/gtkcontaineraccessible.c